home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / mac / MSTR / PROGRAM / MOVIE4.DIR / 00103_Hit.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  165 b   |  10 lines

  1. on mouseUp
  2.   global status, photonum
  3.   if status <> EMPTY then
  4.     exit
  5.   end if
  6.   if (photonum = 5) or (photonum = 6) then
  7.     puppetSound("HitSound")
  8.   end if
  9. end
  10.